de.ueberdosis.mp3info
Class ID3Writer

java.lang.Object
  |
  +--de.ueberdosis.mp3info.ID3Writer

public class ID3Writer
extends java.lang.Object

API for writing an ID3Tag to the specified file.


Constructor Summary
ID3Writer()
           
 
Method Summary
static de.ueberdosis.mp3info.ID3Tag writeTag(java.io.RandomAccessFile in, de.ueberdosis.mp3info.ID3Tag tag)
          writes a new tag to the specified File
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ID3Writer

public ID3Writer()
Method Detail

writeTag

public static de.ueberdosis.mp3info.ID3Tag writeTag(java.io.RandomAccessFile in,
                                                    de.ueberdosis.mp3info.ID3Tag tag)
                                             throws java.io.IOException
writes a new tag to the specified File

java.io.IOException